- 在终端输入
1 | du -sh * |
可以看到每个文件大小占比,cd到比较大的
那个目录,通过
1 | du -d 1 -h |
者命令查看文件大小分布,然后cd到比较大目录在通过
1 | du -d 1 -h |
如此重复,删掉占用硬盘比较大的文件,
- 删除的时候先看一下,别冲动一下删除
- xcode
删除不用的xcode模拟器,一般xcode的锅大
1 | /资源库/Developer/CoreSimulator/Profiles/Runtimes/ |
划船不用桨 一生全靠浪
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true